go/types.Context.instanceHash (method)

3 uses

	go/types (current package)
		context.go#L68: func (ctxt *Context) instanceHash(orig Type, targs []Type) string {
		instantiate.go#L110: 		hashes[i] = ctxt.instanceHash(orig, targs)
		named.go#L664: 	h := n.inst.ctxt.instanceHash(orig, targs.list())